Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests documenting a CLR bug in System.Reflection.Emit #353

Merged
merged 1 commit into from
May 2, 2018

Conversation

stakx
Copy link
Member

@stakx stakx commented May 2, 2018

As requested in #339 (comment).

Both the CLR and Core CLR versions of System.Reflection.Emit do not
reproduce method signatures correctly if they include a modreq (such
as is caused by a C# 7.2 `in` parameter modifier) and if the method,
its declaring type, or both are generic. See dotnet/corefx#29254.
@jonorossi jonorossi merged commit 5a63e77 into castleproject:master May 2, 2018
@jonorossi jonorossi added this to the vNext milestone May 2, 2018
@jonorossi
Copy link
Member

Thanks, merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants